Vcenter Lcm Deployment Common ResourceAllocationInfo
The Vcenter Lcm Deployment Common ResourceAllocationInfo schema contains resource allocation information for a VM.
This schema was added in vSphere API 9.0.0.0.
{
"reservation": 0,
"allocate": "string"
}
Amount of resource that is guaranteed available to the virtual machine. Reserved resources are not wasted if they are not used. If the utilization is less than the reservation, the resources can be utilized by other running virtual machines. Units are MB for memory, and MHz for CPU.
This property was added in vSphere API 9.0.0.0.
For more information see: Vcenter Lcm Deployment Common AllocateResource.
This property was added in vSphere API 9.0.0.0.
If missing or null
will allocate resource at VM deployment.